home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / var / lib / dpkg / info / transmission-gtk.postrm < prev    next >
Encoding:
Text File  |  2009-03-30  |  640 b   |  19 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_icons
  4. if which update-icon-caches >/dev/null 2>&1 ; then
  5.     update-icon-caches /usr/share/icons/hicolor
  6. fi
  7. # End automatically added section
  8. # Automatically added by dh_desktop
  9. if [ "$1" = "remove" ] && which update-desktop-database >/dev/null 2>&1 ; then
  10.     update-desktop-database -q
  11. fi
  12. # End automatically added section
  13. # Automatically added by dh_installmime
  14. if which update-mime >/dev/null 2>&1; then update-mime; fi
  15. # End automatically added section
  16. # Automatically added by dh_installmenu
  17. if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
  18. # End automatically added section
  19.